home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / nntpsu.dfm / nntpsu.txt
Encoding:
Text File  |  1999-07-30  |  1.7 KB  |  101 lines

  1. object SetupDlg: TSetupDlg
  2.   Left = 200
  3.   Top = 108
  4.   BorderStyle = bsDialog
  5.   Caption = 'Setup'
  6.   ClientHeight = 163
  7.   ClientWidth = 383
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Bevel1: TBevel
  15.     Left = 8
  16.     Top = 7
  17.     Width = 369
  18.     Height = 112
  19.     Shape = bsFrame
  20.   end
  21.   object Label1: TLabel
  22.     Left = 28
  23.     Top = 24
  24.     Width = 64
  25.     Height = 13
  26.     Alignment = taRightJustify
  27.     Caption = 'NNTP Server'
  28.   end
  29.   object Label2: TLabel
  30.     Left = 26
  31.     Top = 48
  32.     Width = 66
  33.     Height = 13
  34.     Alignment = taRightJustify
  35.     Caption = 'EMail address'
  36.   end
  37.   object Label3: TLabel
  38.     Left = 64
  39.     Top = 72
  40.     Width = 28
  41.     Height = 13
  42.     Alignment = taRightJustify
  43.     Caption = 'Name'
  44.   end
  45.   object Label4: TLabel
  46.     Left = 24
  47.     Top = 92
  48.     Width = 68
  49.     Height = 13
  50.     Alignment = taRightJustify
  51.     Caption = 'Log File Name'
  52.   end
  53.   object ServerEdit: TEdit
  54.     Left = 101
  55.     Top = 16
  56.     Width = 265
  57.     Height = 21
  58.     TabOrder = 0
  59.   end
  60.   object UserAddressEdit: TEdit
  61.     Left = 101
  62.     Top = 40
  63.     Width = 265
  64.     Height = 21
  65.     TabOrder = 1
  66.   end
  67.   object UserNameEdit: TEdit
  68.     Left = 101
  69.     Top = 64
  70.     Width = 265
  71.     Height = 21
  72.     TabOrder = 2
  73.   end
  74.   object LogFileNameEdit: TEdit
  75.     Left = 101
  76.     Top = 88
  77.     Width = 265
  78.     Height = 21
  79.     TabOrder = 3
  80.   end
  81.   object OKButton: TButton
  82.     Left = 216
  83.     Top = 128
  84.     Width = 75
  85.     Height = 25
  86.     Caption = 'OK'
  87.     ModalResult = 1
  88.     TabOrder = 4
  89.   end
  90.   object CancelButton: TButton
  91.     Left = 296
  92.     Top = 128
  93.     Width = 75
  94.     Height = 25
  95.     Cancel = True
  96.     Caption = 'Cancel'
  97.     ModalResult = 2
  98.     TabOrder = 5
  99.   end
  100. end
  101.